-- card: 10283 from stack: in -- bmap block id: 5836 -- flags: 0000 -- background id: 2644 -- name: ----- HyperTalk script ----- on closefield set numberformat to "0.00" get line 1 of card field rates put (it/90) into rate1 get line 2 of card field rates put (it/90) into rate2 repeat with i = 1 to 6 get line i of card field pages put the value of (it*rate1) into line i of card field offpeak put the value of (it*rate2) into line i of card field peak end repeat end closefield on closecard set numberformat to "0.00" put 14 into line 1 of card field rates put 16 into line 2 of card field rates get line 1 of card field rates put (it/90) into rate1 get line 2 of card field rates put (it/90) into rate2 repeat with i = 1 to 6 get line i of card field pages put the value of (it*rate1) into line i of card field offpeak put the value of (it*rate2) into line i of card field peak end repeat end closecard -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=343 top=295 right=318 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual effect wipe down go to previous card end mouseUp -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=141 top=170 right=268 bottom=184 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: pages -- part 4 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=22 top=123 right=160 bottom=53 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: rates -- part 5 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=234 top=170 right=278 bottom=284 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: peak -- part 6 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=325 top=170 right=276 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: offpeak -- part contents for background part 9 ----- text ----- COSTS OF SENDING MESSAGES VIA ABA/NET™ WHEN USING A 1200 BAUD MODEM NUMBER OF COST DURING COST DURING PAGES     PEAK  HOURS OFF  HOUR -- part contents for background part 7 ----- text ----- How Much Will This Cost Me? (cont.) -- part contents for card part 3 ----- text ----- 1 2 5 10 20 50 -- part contents for card part 4 ----- text ----- 14 16 16 -- part contents for card part 6 ----- text ----- 0.16 0.31 0.78 1.56 3.11 7.78 -- part contents for card part 5 ----- text ----- 0.18 0.36 0.89 1.78 3.56 8.89